Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organization Secrets #1532

Closed
wants to merge 10 commits into from
Closed

Conversation

cj-taylor
Copy link

@cj-taylor cj-taylor commented May 22, 2020

Closes #1525 and when available for use I intend to address after bumping to the new go-github version the usage for https://github.com/terraform-providers/terraform-provider-github/issues/468

Coverage:

  • Get an organization public key
  • List organization secrets
  • Get an organization secret
  • Create or update an organization secret
  • List selected repositories for an organization secret
  • Set selected repositories for an organization secret
  • Add selected repository to an organization secret
  • Remove selected repository from an organization secret
  • Delete an organization secret

@googlebot googlebot added the cla: yes Indication that the PR author has signed a Google Contributor License Agreement. label May 22, 2020
@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #1532 into master will decrease coverage by 0.16%.
The diff coverage is 54.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1532      +/-   ##
==========================================
- Coverage   68.03%   67.86%   -0.17%     
==========================================
  Files          94       95       +1     
  Lines        8528     8652     +124     
==========================================
+ Hits         5802     5872      +70     
- Misses       1844     1880      +36     
- Partials      882      900      +18     
Impacted Files Coverage Δ
github/orgs_actions_secrets.go 54.34% <54.34%> (ø)
github/actions_workflow_runs.go 57.57% <0.00%> (-0.57%) ⬇️
github/actions_workflows.go 61.11% <0.00%> (+3.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f093974...e78eb9e. Read the comment docs.

@cj-taylor
Copy link
Author

Closing in favor of #1535

@nightlark nightlark mentioned this pull request May 22, 2020
@cj-taylor cj-taylor deleted the orgs-actions-secrets branch July 10, 2020 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indication that the PR author has signed a Google Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Organization Secrets
2 participants